home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 June / PersonalComputerWorld-June2009-CoverdiscCD.iso / Software / Freeware / Firebug 1.3.3 / firebug-1.3.3-fx.xpi / skin / classic / css.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2008-07-03  |  1.3 KB  |  84 lines

  1. /* See license.txt for terms of usage */
  2.  
  3. .panelNode-css {
  4.     overflow-x: hidden;
  5. }
  6.  
  7. .cssRule {
  8.     position: relative;
  9.     margin: 3px 0 4px 0;
  10.     padding: 3px 0 4px 6px;
  11.     font-family: Monaco, monospace;
  12.     color: #000000;
  13. }
  14.  
  15. .cssHead {
  16.     padding-right: 150px;
  17. }
  18.  
  19. .cssProp {
  20.     padding-left: 2em;
  21. }
  22.  
  23. .cssPropName {
  24.     color: DarkGreen;
  25. }
  26.  
  27. .cssPropValue {
  28.     margin-left: 8px;
  29.     color: DarkBlue;
  30. }
  31.  
  32. .cssOverridden {
  33.     text-decoration: line-through;
  34. }
  35.  
  36. .cssInheritedRule {
  37. }
  38.  
  39. .cssInheritLabel {
  40.     margin-right: 0.25em;
  41.     font-weight: bold;
  42. }
  43.  
  44. .cssRule .objectLink-sourceLink {
  45.     top: 0;
  46. }
  47.  
  48. .cssProp:hover {
  49.     background: url(chrome://firebug/skin/disable.png) no-repeat 2px 1px;
  50. }
  51.  
  52. .cssProp.disabledStyle {
  53.     background: url(chrome://firebug/skin/disableHover.png) no-repeat 2px 1px;
  54.     -moz-opacity: 1;
  55.     color: #CCCCCC;
  56. }
  57.  
  58. .cssProp.disabledStyle > .cssPropName,
  59. .cssProp.disabledStyle > .cssPropValue {
  60.     color: inherit;
  61. }
  62.  
  63. .cssPropValue.editing + .cssSemi,
  64. .inlineExpander + .cssSemi {
  65.     display: none;
  66. }
  67.  
  68. .cssPropValue.editing {
  69.     white-space: nowrap;
  70. }
  71.  
  72. /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
  73.  
  74. .stylePropName {
  75.     font-weight: bold;
  76.     padding: 0 4px 4px 4px;
  77.     width: 50%;
  78. }
  79.  
  80. .stylePropValue {
  81.     width: 50%;
  82. }
  83.  
  84.